home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / zep4-a.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-12-20  |  679b  |  18 lines

  1. echo off
  2. cls
  3. echo This installation program installs Zephyr 4.0 on your default drive.
  4. echo Do NOT use 4DOS command interpreter!  Load COMMAND.COM before proceeding.
  5. echo The installation diskette MUST be located in DRIVE A.
  6. echo Your default drive MUST have 3.5MB of free disk space!
  7. if exist INSTALL.OVL goto BADDRIVE
  8. echo Once installed, Zephyr only requires 2.2MB of free disk space.
  9. echo To proceed with installation, press any key. To abort, press CTRL-C.
  10. pause
  11. MD \ZEPHYR4
  12. CD \ZEPHYR4
  13. COPY A:INSTALL.OVL INSTALL2.BAT
  14. INSTALL2
  15. :BADDRIVE
  16. echo Drive A cannot be the installation drive.
  17. echo Please reposition to desired installation drive and type A:INSTALL
  18.